home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TLMDBRUSHEDITORDLG / TLMDBRUSHEDITORDLG.txt
Text File  |  1997-05-25  |  3KB  |  148 lines

  1. object LMDBrushEditorDlg: TLMDBrushEditorDlg
  2.   Left = 219
  3.   Top = 150
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TBrush-Editor'
  7.   ClientHeight = 162
  8.   ClientWidth = 324
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 5
  21.     Top = 76
  22.     Width = 313
  23.     Height = 8
  24.     Shape = bsBottomLine
  25.   end
  26.   object Label5: TLabel
  27.     Left = 12
  28.     Top = 102
  29.     Width = 27
  30.     Height = 13
  31.     Caption = 'Color:'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Label1: TLabel
  40.     Left = 11
  41.     Top = 127
  42.     Width = 26
  43.     Height = 13
  44.     Caption = 'Style:'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object LMDDrawEdge1: TLMDDrawEdge
  53.     Left = 6
  54.     Top = 91
  55.     Width = 212
  56.     Height = 66
  57.   end
  58.   object test: TShape
  59.     Left = 69
  60.     Top = 10
  61.     Width = 147
  62.     Height = 58
  63.   end
  64.   object OK: TBitBtn
  65.     Left = 226
  66.     Top = 91
  67.     Width = 90
  68.     Height = 26
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 0
  75.     Kind = bkOK
  76.     Margin = 2
  77.     Spacing = -1
  78.   end
  79.   object Cancel: TBitBtn
  80.     Left = 226
  81.     Top = 121
  82.     Width = 90
  83.     Height = 26
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     Kind = bkCancel
  91.     Margin = 2
  92.     Spacing = -1
  93.   end
  94.   object cmbc: TLMDColorComboBox
  95.     Left = 45
  96.     Top = 98
  97.     Width = 130
  98.     Height = 21
  99.     DlgOptions = []
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     Options = [coDefaultColors, coSystemColors, coAllowAnyColor]
  105.     ParentFont = False
  106.     TabOrder = 2
  107.     OnChange = cmbcChange
  108.   end
  109.   object dlgl: TButton
  110.     Left = 175
  111.     Top = 98
  112.     Width = 34
  113.     Height = 21
  114.     Caption = '...'
  115.     Font.Color = clBlack
  116.     Font.Height = -13
  117.     Font.Name = 'Arial'
  118.     Font.Style = [fsBold]
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     OnClick = dlglClick
  122.   end
  123.   object cmb: TComboBox
  124.     Left = 45
  125.     Top = 124
  126.     Width = 130
  127.     Height = 21
  128.     Style = csDropDownList
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ItemHeight = 13
  134.     Items.Strings = (
  135.       'bsSolid'
  136.       'bsClear'
  137.       'bsHorizontal'
  138.       'bsVertical'
  139.       'bsFDiagonal'
  140.       'bsBDiagonal'
  141.       'bsCross'
  142.       'bsDiagCross')
  143.     ParentFont = False
  144.     TabOrder = 4
  145.     OnChange = cmbChange
  146.   end
  147. end
  148.